home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / groff_src.lha / groff-1.10src / eqn / neqn.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-09-20  |  167 b   |  6 lines

  1. #!/bin/sh
  2. # Provision of this shell script should not be taken to imply that use of
  3. # GNU eqn with groff -Tascii|-Tlatin1 is supported.
  4.  
  5. exec @g@eqn -Tascii ${1+"$@"}
  6.